home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Source Code
/
Think Class Libraries
/
WASTE TCL 1.8
/
WASTEEdit
/
WASTEEdit Prefix.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-07-02
|
418 b
|
22 lines
|
[
TEXT/MMCC
]
/****************************************************\
WASTEEdit Prefix.h
Prefix for compiling WASTEEdit
\****************************************************/
#ifdef __powerc
#include <CW TCLHeaders-PPC>
#else
#include <CW TCLHeaders-68K>
#endif
// WASTE-TCL options
#define WASTE_TABS
#define WASTE_AUTO_TABS
#define WASTE_OBJECT_ARCHIVE
// WASTE options
#define WEFORCE_2BYTE 1
#define WASTE_IC 1